Forum Activity for @michael

michael
@michael
09/27/19 12:24:31AM
7,816 posts

MaxMind?


Using Jamroom

How would that differ to the current Geo Location modules functionality?

Marketplace: Geo Location
https://www.jamroom.net/the-jamroom-network/networkmarket/4/geo-location
michael
@michael
09/27/19 12:22:22AM
7,816 posts

Tag clouds for specific content and specific display locations


Using Jamroom

if its for a single blog its going to be on a single profile so this should work:
{jrTags_cloud profile_id=$_profile_id search="tag_module = jrBlog"}

The $_profile_id should be available if you put it in a template that is showing on a profile.
michael
@michael
09/24/19 04:30:31AM
7,816 posts

add contact to family edit error


Genosis

Try running the integrity check with reset caches and repair modules checked.
run.jpg run.jpg - 223KB
michael
@michael
09/19/19 07:16:23PM
7,816 posts

javascript trickery to wipe a site from history on leave?


Installation and Configuration

either
* the HISTORY tab of the browser, OR
* use private browsing mode which keeps no history OR
* use a different browser just for that site and delete its history each time. ( I do this for facebook and chrome, both of them want to track me so I only ever use them together, then a different browser for all my regular stuff )

Maybe this one:
https://brave.com/
michael
@michael
09/18/19 10:08:08PM
7,816 posts

Audio Bug?


Design and Skin Customization

Have you changed the Form Designer settings at all?
form_designer.jpg form_designer.jpg - 142KB
michael
@michael
09/17/19 07:01:06PM
7,816 posts

CSS Not Loading, ReferenceError: jQuery is not defined, ReferenceError: $ is not defined


Design and Skin Customization

You're missing the entire head section of your website. Which means when you tried to put back how it was before you've removed something extra. Probably the include for the header file.
head_section.jpg head_section.jpg - 383KB
michael
@michael
09/12/19 06:22:18PM
7,816 posts

requirewd parameter module is missing??????


Installation and Configuration

The url is 404 Not Found.

The error means "you've asked to get the module url for a module, but not said which module you want it for"

What is expected:
{jrCore_module_url module="jrAudio" assign="murl"}
Then {$murl} will be 'audio'.

In your template or template override, for whatever reason the function is turning up like this

{jrCore_module_url module="" assign="murl"}

Since there is no module="" part the function cant return the requested info.

Maybe it was a comment on a module thats now disabled?
michael
@michael
09/10/19 09:27:56PM
7,816 posts

ERROR - MySQL


Using Jamroom

Jamroom 4 is too old to work on any modern server. You'll need an old server to get it to work.

It requires mysql less than 5.2.
  78